home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / Software / Webstrijd / CoffeeHTML / CoffeeHTML95.exe / %MAINDIR% / Snippets / Page Forwarding.snp < prev    next >
Encoding:
Text File  |  2003-05-27  |  226 b   |  10 lines

  1. <!--Client Pull- (jumping to another page automatically)
  2.  
  3. The 1 is the time delay (you can change this)
  4. and the URL is of course where you want to jump to.-->
  5.  
  6.  
  7.  
  8. <META HTTP-EQUIV=REFRESH CONTENT="1; URL=page2.html">
  9.  
  10.